|
|
No light source, no ambient light, yet I see the plane. What am I
missing? And if I take the ambient statement away, I still see it, but
_less_. Very confusing.
#include"colors.inc"
#include"woods.inc"
camera {
location <8, 3, 3>
look_at <0, 0, 0>
}
plane {
<0,1,0>,0
texture {T_Wood3}
finish {ambient 0}
}
Severi Salminen
Post a reply to this message
|
|